home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Cream of the Crop 20
/
Cream of the Crop 20 (Terry Blount) (1996).iso
/
bbs
/
vampv20.zip
/
VAMPIRES.CFG
< prev
next >
Wrap
Text File
|
1996-05-22
|
6KB
|
136 lines
; DOOR.CFG - Sample Vampires: Children of Darkness configuration file
;
; This configuration file can be used by the sysop to customize Vampires
; for use on their own system.
; Much of the information in this file is NOT usually needed.
; However, there are many cases where the sysop may wish to customize a door's
; operation using this configuration file. The configuration file system is
; provided to allow the customization of options such as paging hours, maximum
; time permitted within the door, etc., and to allow Vampires to be run
; under even the most non-typical BBS setups.
;
; Any text following a semi-colon (;), and blank lines, are ignored.
;
;------------------------------------------------------------------------------
;
; BBS system directory. Indicates where the door information file (drop file)
; can be found. Remove the semi-colon (;) to activate this option. Otherwise
; the drop file should be located in the directory from which Vampires is run
;
BBSDir C:\BBS\DOOR.SYS
;
;------------------------------------------------------------------------------
;
; The door's working directory. This is where the door's system files are
; located. Remove the semi-colon (;) to activate this option. This allows
; Vampires to find it's own data files. It is necessary only if Vampires
; is being run from a directory other than it's own.
;
DoorDir C:\DOORGAME\VAMPIRES
;------------------------------------------------------------------------------
;
; Name of the sysop or person who registered Vampires.
;
; This is only need if you register Vampires Children of Darkness,
; You will recieve your Key when you do! Please see REGISTER.FRM
; as well as SYSOP.DOC for more information
;
REGNAME Mike Fenton
REGCODE 0000000000000000000
;
;-----------------------------------------------------------------------------
;
; Your highest node number
;
MAXNODE 3
;
;------------------------------------------------------------------------------
;
; Name of the sysop. Vampires can usually determine the sysop's name from the
; information passed to the door by the BBS. However, some BBS software does
; not supply this information to doors. In such cases, if the sysop's name is
; required by the door, it may be supplied here. Remove the semi-colon (;) to
; activate this option.
;
; NOTE: This entry should match your registration name you provided when you
; registered / will register.
;
SysopName Mike Fenton
;
;------------------------------------------------------------------------------
;
; Name of the BBS. Vampires can usually determine the name of the BBS from
; the information passed to the door by the BBS. However, some BBS software
; does not supply this information to door programs. In such cases, if the
; name of the BBS is needed by the door, it may be supplied here. Remove the
; semi-colon (;) to activate this option.
;
SystemName Global Connect Systems
;
;------------------------------------------------------------------------------
; Game Options - Turn's per day
;Turns for the Day
;
; Number of Investments allowed per day
INVESTT 5
;
; Number of Victim's allowed per day
VICTIMT 10
;
; Number of Catacomb attacks per day
ATTACKT 15
;
; Number of Player Attacks per day
PLAYERT 5
;
; Number of times allowed to travel per day
TRAVELT 2
;
; Number of Elder-related turns per day
ELDERT 5
;------------------------------------------------------------------------------
;
; Serial port options. These options are generally not needed, as these
; settings can usually be determined from the BBS door information file.
; "LockedBPS" specifies the the BPS rate at which the door should communicate
; with the modem. "SerialPort" specifies the port port number that the modem
; is connected to. Unless you have reassigned the port numbers through your
; FOSSIL drive, port 0 corresponds to COM1, port 1 corresponds to COM2, and
; so on. Remove the semi-colon (;) to activate either of these options.
;
;LockedBPS 38400
;SerialPort 0
;
;
; Normally, a FOSSIL driver is used for serial I/O if one is available. If
; a FOSSIL driver has not been loaded, the door communicates directly with
; the modem. Removing the semi-colon (;) from the "NoFossil" option causes
; the door to always communicate directly with the modem, bypassing any
; FOSSIL driver.
;
;NoFossil
;
;------------------------------------------------------------------------------
;
; The following options only apply if a FOSSIL driver is NOT being used for
; serial communications. If a FOSSIL driver IS being used, these options
; are normally set on the FOSSIL driver command line.
;
; Hexidecimal address of the serial port. This address can usually be
; determined automatically for ports COM1, COM2, COM3, and COM4, and is
; normally only required for ports COM5 and higher. Remove the semi-colon
; (;) to activate this option.
;
;PortAddress 2F8
;
;
; Interrupt request line that the serial port is using. May be any IRQ line
; from 1 to 15. By default, IRQ line 4 is used for ports COM1: and COM3:,
; while IRQ line 3 is used for all other ports. Remove the semi-colon (;)
; to activate this option.
;
;PortIRQ 5
;
;
;------------------------------------------------------------------------------